program linking

英 [ˈprəʊɡræm ˈlɪŋkɪŋ] 美 [ˈproʊɡræm ˈlɪŋkɪŋ]

网络  节目好感度; 程序连接; 程式链结

计算机



双语例句

  1. As described in previous sections, the overall modularity of a program can benefit from dynamic linking.
    就像前面所述的那样,一个程序可以通过动态链接很方便的实现模块化。
  2. It also provides interface program with No.1 Military Medical Project, which realizes the linking of medical treatment information about patient in field medical team and rear military hospital.
    提供与军队医院使用的“军卫一号”工程接口程序,实现了伤病员在野战医疗队的医疗处理信息与后方医院信息系统的衔接。
  3. There are two ways to incorporate the CRT and/ or the C++ Library code into a program: static linking and dynamic linking.
    有两种方式可以实现把CRT和C++库的代码嵌入一个项目中:静态链接和动态链接。
  4. The program counter should belong to the storage device. The parallel computer of memory blocking can allow multiple memory units and performance units dynamically linking, therefore many programs can run together depend on synchronous clock.
    将程序计数器归入存储单位的内存分块并行计算机,能够实现多个存储单位和多个执行单位的动态连接,依靠同步时钟,让多个程序一起执行。
  5. We can not only supply field aboriginal data to the HMI/ SCADA applying program, group disposal program, history database but also linking the applying procedure and physical equipment.
    人们既可以通过OPC将现场控制设备的原始数据提供给作为数据的使用者(OPC客户程序)的HMI/SCADA,批处理等自动化程序以及更上层的历史数据库等应用程序;
  6. The results of actual usage show that C language is an excellent language to program and adjust the SINS software. It provides a great deal convenience for programming, adjusting, linking, loading and executing of the navigation software.
    实际应用结果表明:C语言是设计和调试SINS的优秀软件,对导航软件的编程、调试、联接、装载和运行带来了极大的方便。
  7. Through an investigation of 20 students for mastership in mathematical education into the issue of the master degree program and its teaching reforms, this paper argues that the graduate course system needs closely linking up with teaching reality in secondary schools.
    对20名在校学习将近一年的教育硕士采用“无约束短文法”与定性定量相结合的方法就数学教育硕士课程内容和教学的改革进行了研究。
  8. Studies on designing technology of monitoring and controlling program for network linking
    网络连接监控程序设计技术的研究
  9. Polymorphism includes data referencing and sharing, program matching and linking and code resuing etc.
    多态性包括数据的引用和共用,程序的匹配连接和代码重用等方面。
  10. The module of managing the mathematic model can complete the simulation program's writing and compiling system, linking and encasing system, the real-time running of simulation program, debugging system and the block of share memory.
    模型管理模块主要实现仿真程序编制和编译系统、连接和装入系统、实时执行程序、调试系统以及共享内存区。
  11. As regard to the program design of database, fault-tolerant function, array and macro-substitution technique and Rushmore technique have been established besides setting 130 indexs in 4 large databases and linking the databases with the numbers of the staffs. Therefore, computer algorithm are speeded up.
    在数据库程序设计上,除了把130个指标分设在四个大型数据库上以及库之间用职工号联系外,又专门设置了容错功能、数组宏代技术、Rushmore技术等,加快了计算机算法速度。
  12. The paper also gives the corresponding software program as well as a linking method.
    文中在给出了硬件联接方法的同时,还给出了相应的软件程序。
  13. The following things concerning the design of Client/ Server architecture are described: the application. program, the simultaneous linking between task supervisor and the application program, and the operation method for sharing the database on network.
    并对Client/Server体系结构设计中涉及到的应用程序、事务管理和应用程序同时连接、共享网络上多个不同的数据库的方法和处理过程进行了论述。
  14. The modified simulator converts the IR into local C code and compiles it into object file with local compiler, then generates executable program by linking it with simulation library to simulate the application.
    改造后的模拟器将中间表示转换成本地C程序,并通过本地C编译器对其编译生成目标文件,然后将其与模拟器中的模拟库链接成可执行程序,从而实现了对SPM操作的模拟。